.top_box {
    background: #131641 url(../img/top_bg.png);
    height: 116px;
    padding: 20px 0;
    width: 100%;
}

.top_bar {
    width: 70%;
    margin: auto;
    overflow: hidden;
}

.logo {
    float: left;
}

.logo img {
    float: left;
}

.logo span {
    float: left;
    display: block;
    font-size: 30px;
    margin-top: 20px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(242, 237, 137, 1)), to(rgba(206, 175, 109, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2edb1', endColorstr='#ceaf6d');
    *color: #f2edb1;
    color: #f2edb1\9;*/
    color: #f2edb1;
}

@-moz-document url-prefix() {
    .logo span {
        color: #f2e68c;
    }
}

.logo span i {
    display: block;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(242, 237, 137, 1)), to(rgba(206, 175, 109, 1)));*/
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2edb1', endColorstr='#ceaf6d');
    *color: #f2edb1;
    color: #f2edb1\9;*/
    color: #f2edb1;
}

@-moz-document url-prefix() {
    .logo span i {
        color: #f2e68c;
    }
}

.phone {
    float: right;
    margin-top: 20px;
}

.place,
.phone_icon,
.phone_font {
    float: left;
}

.place {
    color: #fff;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

.place span {
    display: block;
}

.phone_icon {
    float: left;
}

.phone_font {
    float: left;
}

.phone_font span {
    display: block;
    font-size: 16px;
    font-family: "微软雅黑";
    /* background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(242, 237, 137, 1)), to(rgba(206, 175, 109, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2edb1', endColorstr='#ceaf6d');
    *color: #f2edb1;
    color: #f2edb1\9;*/
    color: #f2edb1;
}

@-moz-document url-prefix() {
    .phone_font span {
        color: #f2e68c;
    }
}

.menu {
    float: right;
    margin-top: 30px;
    display: none;
    cursor: pointer;
}

.menu em {
    display: block;
    width: 20px;
    height: 2px;
    background: #eee;
    margin-top: 4px;
}


/*手机menu菜单*/

nav {
    background: #131641;
    display: none;
}

nav a {
    display: block;
    width: 86%;
    margin: auto;
    color: #f2edb1;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #1a1e56;
    text-align: center;
}

nav a span {
    margin-left: 10px;
}


/*pc导航*/

.nav_bar {
    background: #191d52;
}

.nav_items {
    width: 70%;
    margin: auto;
    overflow: hidden;
}

.nav_items a {
    display: block;
    float: left;
    width: 13.5%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    /*background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(242, 237, 137, 1)), to(rgba(206, 175, 109, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    *color: #f2edb1;
    color: #f2edb1\9;*/
    color: #f2edb1;
    text-align: center;
    border-right: 1px solid #111548;
}

.nav_items a span {
    display: block;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid #303465;
    cursor: pointer;
}

.nav_items a:hover {
    color: #fff;
    background: #47286b;
}

.nav_items a.curr_a {
    color: #fff;
    background: #47286b;
}


/*黎锋banner*/

.super_bar {
    background: #f4f4f4;
    min-height: 420px;
    *min-height: 430px;
    position: relative;
}

.super {
    width: 70%;
    margin: auto;
    position: absolute;
    overflow: hidden;
    top: -48px;
    left: 15%;
    background: #f4f4f4;
    z-index: 2;
}

.super_items {
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    margin: auto;
    background: #f4f4f4;
}

.super_items ul {
    width: 100%;
    overflow: hidden;
}

.super_items ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.super_items ul li img {
    margin: 26px auto 16px auto;
    width: 88%;
}

.super_items ul li h6 {
    width: 88%;
    font-size: 16px;
    margin: 0 auto 12px;
    text-align: left;
}

.super_items ul li p {
    width: 88%;
    margin: auto;
    font-size: 12px;
    color: #777;
    text-align: left;
}

.super_items ul li a {
    display: block;
    width: 88%;
    margin: 10px auto;
    text-align: left;
    color: #cfb66b;
    font-size: 12px;
    background: url(../img/triangle.png) no-repeat 90px center;
}

.tab_dot {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 0;
    z-index: 99999;
}

.tab_dot em {
    display: block;
    width: 10px;
    height: 10px;
    float: left;
    margin-left: 5px;
    background: #ebddb2;
    cursor: pointer;
    /* behavior: url(../js/ie-css3.htc);*/
}

.tab_dot em.curr_dot {
    background: #b7952f;
}


/*首页关于黎峰*/

.about_lifeng {
    width: 100%;
    margin: 42px auto;
}

.about_bar {
    width: 70%;
    margin: auto;
}

.dec_name {
    text-align: left;
}

.dec_name h4 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.dec_name span {
    display: block;
    *margin: 10px 0;
}

.dec_name span i {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: -2px;
    *margin-right: 2px;
    width: 9px;
    height: 3px;
}

.dec_name span i.color1 {
    background: #f1e9d2;
}

.dec_name span i.color2 {
    background: #e2d3a6;
}

.dec_name span i.color3 {
    background: #d9c589;
}

.dec_name span i.color4 {
    background: #cfb66b;
}

.dec_name span i#color1 {
    background: #504b5a;
}

.dec_name span i#color2 {
    background: #867961;
}

.dec_name span i#color3 {
    background: #ab9766;
}

.dec_name span i#color4 {
    background: #cfb66b;
}

.dec_name p {
    color: #d7d7d7;
    font-size: 16px;
    overflow: hidden;
}

.dec_name p i {
    text-align: left;
    float: left;
    color: #d0b377;
}

.dec_name p a {
    float: right;
    background: #fff;
    color: #333;
    font-size: 12px;
    padding: 3px 5px;
    /*behavior:url(../js/ie-css3.htc);*/
}

.dec_name p a:hover {
    background: #eee;
}

.about_cont {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.about_left {
    width: 25%;
    float: left;
    background: #ccc;
}

.about_left a {
    position: relative;
    display: block;
}

.about_left img {
    display: block;
    width: 100%;
    /*border: 5px solid #dabc7c;*/
    behavior: url(../js/ie-css3.htc);
}

.about_left a span {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    *background: #333;
    background: #333\9;
    font-size: 16px;
}

.about_left a:hover span {
    background: #191d53;
}

.about_right {
    float: right;
    width: 73%;
}

.about_tit {}

.about_tit a {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #c3c3c3;
    color: #fff;
    font-size: 14px;
    padding: 0 18px;
    behavior: url(../js/ie-css3.htc);
}

.about_tit .curr_a_bg {
    background: #c4a054;
}

.about_font {
    width: 100%;
    margin-top: 28px;
    overflow: hidden;
    position: relative;
    /*height: 120px;*/
    /* background: #ccc;*/
}

.about_font ul {
    width: 500%;
    /*position: absolute;
    left: 0;
    top: 0;*/
}

.about_font ul li {
    float: left;
    width: 20%;
}

.about_font ul li a {
    display: block;
    font-size: 12px;
    color: #cfb66b;
    margin-top: 20px;
}

.about_font ul li a:hover {
    color: #e8bd3e;
}


/*黎锋特保首页*/

.unique_lifeng {
    width: 100%;
    padding: 30px 0;
    background: #191d53
}

.unique_bar {
    width: 70%;
    margin: auto;
    background: url(../img/map.png);
}

.dec_name #w_h4 {
    color: #d0b377;
}

.case_bar {
    width: 100%;
    margin: 22px auto;
    position: relative;
    overflow: hidden;
}

.case_bar:hover .btn2 {
    display: block;
}

.btn2 {
    width: 100%;
    position: absolute;
    top: 45%;
    margin-top: -30px;
    overflow: hidden;
    display: none;
    *display: block;
}

.btn2 span {
    font-size: 50px;
    height: 60px;
    line-height: 50px;
    color: #fff;
    background: #ccc;
    cursor: pointer;
}

.btn2 span.pre2 {
    display: block;
    float: left;
}

.btn2 span.next2 {
    display: block;
    float: right;
}

.case_items {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 300px
}

.case_items ul {
    width: 200%;
    overflow: hidden;
    position: absolute;
    left: -25%;
    top: 0;
}

.case_items ul li {
    width: 12.5%;
    float: left;
}

.case_items ul li a {
    display: block;
    width: 90%;
    margin: auto;
    padding: 5px;
    background: #fff;
}

.case_items ul li a img {
    display: block;
    width: 100%
}

.case_items ul li a p {
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    color: #333;
    text-align: center;
}


/*页脚*/

.partner {
    padding: 36px 0;
    background: #f4f4f4;
}

.partner_bar {
    width: 70%;
    margin: auto;
}

.partner_bar h4 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin-bottom: 16px;
}

.brand {
    overflow: hidden;
}

.brand a {
    display: block;
    width: 115px;
    height: 51px;
    float: left;
    margin-right: 6px;
    margin-bottom: 6px;
}

.foot_bar {
    background: #191d53;
    padding: 20px 0 30px 0;
    border-top: 11px solid #333;
}

.foot_items {
    width: 70%;
    margin: auto;
    text-align: center;
}

.foot_items span {
    color: #fff;
    font-size: 12px;
}

.foot_items img {
    display: block;
    margin: 12px auto 0;
}


/*侧边栏*/

.side_bar {
    position: fixed;
    right: 5px;
    bottom: 10%;
    z-index: 99999;
}

.side_bar a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 6px;
    background: #393e8b url(../img/spirit.png) no-repeat center;
}

.side_bar .call1 {
    background-position: 0 center;
}

.side_bar .call2 {
    background-position: -50px center;
}

.side_bar .call3 {
    background-position: -100px center;
}

.side_bar .call4 {
    background-position: -150px center;
}

.side_bar .call5 {
    background-position: -200px center;
}

.side_bar .call6 {
    background-position: -250px center;
}

.side_bar a span {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #191d53;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform: scale(0.001);
    -webkit-transform: scale(0.001);
    -moz-transform: scale(0.001);
    -ms-transform: scale(0.001);
    -o-transform: scale(0.001);
    *display: none;
    display: none\9;
}

.side_bar a:hover span {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    *display: block;
    display: block\9;
}

.side_bar a i {
    display: block;
    width: 160px;
    height: 186px;
    position: absolute;
    right: 50px;
    top: 0;
    background: #fff;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform: scale(0.001);
    -webkit-transform: scale(0.001);
    -moz-transform: scale(0.001);
    -ms-transform: scale(0.001);
    -o-transform: scale(0.001);
    *display: none;
    display: none\9;
}

.side_bar a i img {
    display: block;
    width: 150px;
    height: 150px;
    margin: auto;
}

.side_bar a i em {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
    height: 26px;
    color: #333;
    line-height: 26px;
}

.side_bar a:hover i {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    *display: block;
    display: block\9;
}


/*子页关于黎峰开始*/

.about_banner {
    height: 177px;
    background: #000 url(../img/about_p1.jpg) no-repeat center;
}

.about_intro {
    width: 70%;
    margin: 20px auto 0;
}

.about_intro_cont {
    width: 100%;
    overflow: hidden;
    margin: 34px 0;
}

.about_intro_left {
    float: left;
    width: 42%;
}

.about_intro_left img {
    display: block;
    width: 100%;
}

.about_intro_right {
    float: right;
    width: 54%;
}

.about_intro_right ul {
    margin-top: 30px;
    overflow: hidden;
}

.about_intro_right ul li {
    float: left;
    width: 50%;
    *width: 49%;
    margin-bottom: 10px;
}

.about_intro_right ul li span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 6px;
    height: 6px;
    line-height: 12px;
    border: 1px solid #c7a45c;
    /*behavior:url(../js/ie-css3.htc);*/
}

.about_history {
    background: #f4f4f4;
    padding: 20px 0;
}

.about_history_cont {
    width: 70%;
    margin: auto;
}

.history_tit {
    margin-top: 20px;
    font-size: 12px;
    color: #777;
}


/*滚动代码样式*/

.about_history_items {
    height: 252px;
    position: relative;
    margin-top: 40px;
    overflow: hidden;
}

.about_history_items ul {
    width: 9999px;
    overflow: hidden;
}

.about_history_items ul li {
    float: left;
    width:260px;
    border-right: 1px solid #ccc;
    text-align: center;
}

.about_history_items ul li img {
    display: block;
    margin: auto;
}

.about_history_items ul li p {
    width: 80%;
    min-height: 70px;
    margin: 10px auto 32px;
}

.btn3 {
    position: absolute;
    left: 50%;
    margin-left: -36px;
    bottom: 0;
}

.btn3 span {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #8c8c8c;
}

.btn3 span.pre3 {
    background: #fff url(../img/a_p5.png) no-repeat center;
}

.btn3 span.next3 {
    background: #fff url(../img/a_p6.png) no-repeat center;
}


/*关于黎峰内页品牌优势*/

.about_brand {
    width: 70%;
    margin: 55px auto 30px;
    overflow: hidden;
}

.about_brand_left {
    float: left;
    width: 60%;
}

.about_brand_left h6 {
    font-size: 14px;
    color: #12164b;
    margin-bottom: 20px;
}

.about_brand_left p {
    color: #979797;
    font-size: 12px;
}

.about_brand_left span {
    display: block;
    border-left: 1px solid #ccc;
    font-size: 14px;
    margin-top: 40px;
}

.about_brand_left span i {
    display: block;
    margin-bottom: 13px;
    color: #12164b;
    padding-left: 20px;
}

.about_brand_left span em {
    display: block;
    color: #c6c6c6;
    padding-left: 20px;
}

.about_brand_right {
    float: right;
    width: 30%;
    height: 354px;
    position: relative;
    overflow: hidden;
}

.about_brand_right ul {
    position: absolute;
    left: -100%;
    top: 0;
    width: 400%;
    overflow: hidden;
}

.about_brand_right ul li {
    float: left;
    width: 25%;
}

.about_brand_right ul li img {
    width: 100%;
}

.btn4 {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

.btn4 span {
    display: block;
    float: left;
    width: 46px;
    height: 46px;
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    color: #c9c9c9;
    background: #fff;
    cursor: pointer;
}

.btn4 span:hover {
    color: #666;
}

.about_banner2 {
    width: 100%;
    height: 177px;
    background: #000 url(../img/about_p1a.jpg) no-repeat center;
}

.about_service {
    width: 70%;
    margin: 44px auto;
}

.adv_font {
    margin-top: 38px;
    overflow: hidden;
}

.adv_font li {
    width: 50%;
    *width: 49%;
    float: left;
    margin-bottom: 46px;
}

.adv_font li p {
    color: #8e8e8e;
    font-size: 12px;
    margin-left: 90px;
    line-height: 22px;
}

.big {
    overflow: hidden;
    margin: 20px 0;
}

.big h1 {
    font-size: 60px;
    line-height: 60px;
    color: #dfdfdf;
    float: left;
}

.big h2 {
    float: left;
}

.big h2 i {
    display: block;
    color: #333;
    font-size: 18px;
}

.big h2 em {
    display: block;
    color: #c4a054;
    font-size: 12px;
    margin-top: 10px;
}

.culture {
    background: #f4f4f4;
    padding-top: 26px;
}

.bg1 {
    width: 70%;
    margin: 0 auto 110px;
}

.bg2 {
    width: 100%;
    background: #0f1347;
}

.bg2_items {
    position: relative;
    height: 360px;
    width: 70%;
    margin: auto;
}

.bg2_items ul {
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0;
}

.bg2_items ul li {
    float: left;
    width: 25%;
    *width: 24.5%;
}

.bg2_cont {
    width: 96%;
    margin: auto;
    background: #fff;
    text-align: left;
}

.bg2_cont img {
    width: 100%;
}

.bg2_cont h5 {
    margin: 12px 0 12px 12px;
    font-size: 14px;
    color: #c4a054;
}

.bg2_cont h6 {
    margin: 0 0 12px 12px;
    font-size: 12px;
    color: #333;
}

.bg2_cont p {
    margin: 12px 0 12px 12px;
    height: 60px;
    font-size: 12px;
    color: #9a9a9a;
    overflow: hidden;
}

.dec_c {
    margin: 20px 0 0 0;
    text-align: center;
    padding-bottom: 20px;
}

.dec_c span {
    display: block;
    color: #fff;
}

.dec_c i {
    display: block;
    width: 231px;
    margin: 10px auto;
    height: 10px;
    background: url(../img/about_dec.png);
}

.team {
    width: 70%;
    margin: 50px auto 26px;
}

.team h5 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.team h5 span {
    display: block;
    color: #c4a054;
    font-size: 12px;
}

.team h6 {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin-top: 16px;
}

.team h6 span {
    display: block;
    color: #b6b6b6;
    font-size: 12px;
}

.team ul {
    overflow: hidden;
    margin: 30px 0;
}

.team ul li {
    float: left;
    width: 25%;
    *width: 24.5%;
}

.team ul li img {
    width: 90%;
    margin: auto;
}

.honor {
    width: 70%;
    margin: auto;
}

.honor_items {
    width: 95%;
    height: 140px;
    margin: auto;
    overflow: hidden;
    position: relative;
}


/*.honor_items ul {
    width: 200%;
    position: absolute;
    left: -20%;
    top: 50%;
    margin-top: -38px;
}

.honor_items ul li {
    float: left;
    width: 10%;
    text-align: center;
}

.btn5 {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    overflow: hidden;
}

.btn5 span {
    font-size: 30px;
    color: #c4a054;
    cursor: pointer;
}

.btn5 span:hover {
    color: #b28526;
}

.btn5 .pre5 {
    float: left;
}

.btn5 .next5 {
    float: right;
}*/


/*关于黎锋另外添加的内页*/

.about1 {
    width: 65%;
    margin: 30px auto;
}

.about1 h1 {
    color: #e1ac02;
    margin: 20px 0;
}

.about1 img {
    display: block;
    width: 100%;
}


/*黎锋特保内页*/

.unique_banner {
    width: 100%;
    height: 177px;
    background: url(../img/about_p1.jpg) no-repeat center;
}

.big_event {
    background: #f4f4f4;
    padding: 64px 0;
    margin: 20px 0;
}

.big_bar {
    width: 70%;
    margin: auto;
}

.big_items {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

.big_bar_left {
    float: left;
    width: 46%;
    *width: 45%;
}

.big_bar_left ul {
    width: 90%;
    overflow: hidden;
}

.big_bar_left ul li {
    float: left;
    width: 50%;
    *width: 49%;
    margin-bottom: 30px;
    padding: 20px 0;
    cursor: pointer;
    text-align: center;
}

.big_bar_left ul li span {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.big_bar_left ul li .u_icon1 {
    background: url(../img/special_icon1.png) no-repeat left center;
}

.big_bar_left ul li .u_icon2 {
    background: url(../img/special_icon2.png) no-repeat left center;
}

.big_bar_left ul li .u_icon3 {
    background: url(../img/special_icon3.png) no-repeat left center;
}

.big_bar_left ul li .u_icon4 {
    background: url(../img/special_icon4.png) no-repeat left center;
}

.big_bar_left ul li i {
    display: block;
    color: #333;
    font-size: 15px;
}

.big_bar_left ul li:hover {
    background: #15194e;
}

.big_bar_left ul li:hover span {
    background-position: -50px center;
}

.big_bar_left ul li:hover i {
    color: #fff;
}

.big_bar_left ul .li_bg {
    background: #15194e;
}

.big_bar_left ul li .span_pic {
    background-position: -50px center;
}

.big_bar_left ul li .i_color {
    color: #fff;
}

.big_bar_right {
    float: left;
    width: 46%;
    *width: 45%;
    overflow: hidden;
}

.big_bar_right ul {
    width: 400%;
    overflow: hidden;
}

.big_bar_right ul li {
    float: left;
    width: 25%;
}

.big_bar_right ul li h2 {
    font-weight: normal;
    font-size: 36px;
}

.big_bar_right ul li h2 span {
    display: block;
    font-size: 24px;
    color: #cfcfcf;
}

.big_bar_right ul li h6 {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.big_bar_right ul li h6 span {
    float: left;
    width: 50%;
    *width: 49%;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
}

.big_bar_right ul li h6 img {
    float: left;
    width: 40%;
    margin-left: 30px;
}

.short_line {
    float: left;
    width: 5%;
    margin-top: 50px;
}

.short_line span {
    display: block;
    width: 100%;
    height: 3px;
    background: #cfa144;
}

.sub_tit {
    width: 70%;
    margin: 26px auto;
    text-align: center;
}

.sub_tit h1 {
    font-size: 72px;
    color: #e8e8e8;
}

.sub_tit h1 span {
    position: relative;
    display: block;
    margin: auto;
    top: -36px;
    font-size: 30px;
    line-height: 36px;
    color: #333;
}

.sub_tit h1 span i {
    display: inline-block;
    *display: inline;
    border-bottom: 3px solid #cfa144;
}

.sub_tit h6 {
    margin-top: 30px;
    font-size: 18px;
}

.sub_tit h6 a {
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}

.sub_tit h6 a:hover {
    color: #cfa144;
}

.sub_tit h6 .curr_tab_a {
    color: #cfa144;
}

.unique_pic {
    background: #F4F4F4;
    padding-bottom: 42px;
}

.unique_bar {
    width: 70%;
    margin: auto;
    overflow: hidden;
}

.unique_items ul {
    width: 50%;
    float: left;
}

.unique_items {
    width: 200%;
    overflow: hidden;
}

.unique_items ul li {
    float: left;
    position: relative;
    width: 25%;
    *width: 24.5%;
}

.u_pic {
    display: block;
}

.u_pic img {
    width: 100%;
}

.u_pic_more {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #15194e;
    transform: scale(0.001);
    -webkit-transform: scale(0.001);
    -moz-transform: scale(0.001);
    -ms-transform: scale(0.001);
    -o-transform: scale(0.001);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.u_pic_more span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 24px;
    margin: 20px auto 0;
    border: 1px solid #cfa144;
    color: #cfa144;
    /*behavior:url(../js/ie-css3.htc);*/
}

.u_pic_more i {
    display: block;
    font-size: 14px;
    color: #cfa144;
    margin: 16px 0 12px 0;
}

.u_pic_more em {
    display: block;
    font-size: 12px;
    color: #fff;
}

.unique_bar ul li:hover .u_pic_more {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    /*-moz-:;
    -ms-:;
    -o-:;*/
}

.sub_tit p {
    margin: 16px;
    text-align: right;
    width: 100%;
}

.sub_tit p a {
    margin-right: 10px;
    font-size: 12px;
    color: #333;
}

.sub_tit p a:link {
    color: #333;
}

.sub_tit p a:visited {
    color: #c29e4b;
}

.sub_tit p a:hover {
    color: #c29e4b;
}

.sub_tit p a:active {
    color: #c29e4b;
}

.news_cont {
    width: 70%;
    padding-bottom: 30px;
    margin: auto;
}

.news_cont ul {
    width: 90%;
    margin: auto;
}

.news_cont ul li {
    margin-bottom: 50px;
}

.news_cont ul li a {
    display: block;
    overflow: hidden;
}

.news_cont ul li a img {
    display: block;
    float: left;
    width: 26%;
}

.news_item {
    float: right;
    width: 70%;
}

.news_item h6 {
    font-size: 18px;
    color: #333;
}

.news_item:hover h6 {
    color: #0a45bc;
}

.news_item p {
    width: 100%;
    margin: 20px 0;
    height: 64px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

.news_item span {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #666;
}

.page {
    width: 90%;
    text-align: right;
}

.page a {
    display: inline-block;
    *display: inline;
    color: #2f1946;
    font-size: 14px;
    font-weight: bold;
    margin-left: 26px;
}

.page .page1,
.page .page5 {
    font-size: 36px;
    line-height: 40px;
    color: #e8e6e4;
}

.page .curr_page {
    background: #2f1946;
    color: #fff;
    padding: 5px 8px;
}

.sub_tit h5 {
    font-size: 12px;
    color: #8f8b8b;
    margin-top: 10px;
}

.jobs_cont {
    width: 70%;
    margin: auto;
    padding: 20px 0 40px 0;
}

.jobs_cont h6 {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    background: #191d53;
}

.jobs_cont h6 span {
    display: block;
    float: left;
    width: 36%;
    padding-left: 16px;
    font-size: 14px;
    color: #fff;
}

.jobs_cont h6 i {
    display: block;
    float: left;
    width: 12%;
    font-size: 14px;
    color: #fff;
}

.jobs_cont h6 em {
    display: block;
    float: left;
    width: 36%;
    font-size: 14px;
    color: #fff;
}

.jobs_cont ul {
    margin-bottom: 30px;
}

.jobs_cont ul li {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 20px;
}

.jobs_cont ul li>span {
    display: block;
    float: left;
    width: 36%;
    padding-left: 16px;
}

.jobs_cont ul li i {
    display: block;
    float: left;
    width: 12%;
}

.jobs_item {
    float: left;
    width: 48%;
    overflow: hidden;
}

.jobs_item p {
    float: left;
    width: 70%
}

.jobs_item a {
    display: block;
    float: left;
    margin-left: 5%;
    width: 24%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #1e2579;
    margin-top: 20px;
}

.jobs_item a:hover {
    background: #171c65;
}


/*联系我们内页*/

.contact_bar {
    background: #f4f4f4;
    padding: 42px 0 76px 0;
    margin-bottom: 38px;
}

.contact_item {
    width: 70%;
    margin: auto;
}

.info {
    overflow: hidden;
}

.info input {
    display: block;
    background: none;
    border-style: none;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #b7b7b7;
    margin: 10px 0;
    border-bottom: 1px solid #bcbcbc;
    width: 30%;
}

.info .name1 {
    float: left;
}

.info .call1 {
    float: right;
}

.contact_item .info {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}

.contact_item textarea {
    margin-top: 26px;
    display: block;
    width: 100%;
    height: 80px;
    background: none;
    border-style: none;
    border-bottom: 1px solid #cfa144;
    resize: none;
    font-size: 14px;
    color: #333;
}

.contact_item button {
    display: block;
    width: 136px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: auto;
    color: #333;
    font-size: 14px;
    background: none;
    border-style: none;
    border: 1px solid #ccc;
    margin-top: 30px;
    cursor: pointer;
}

.contact_item button:hover {
    border: 1px solid #cfa144;
}

.contact_list {
    margin-top: 45px;
    overflow: hidden;
}

.contact_list li {
    float: left;
    width: 33%;
    text-align: center;
}

.contact_list li span {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
    border: 1px solid #cfa144;
    /*behavior:url(../js/ie-css3.htc);*/
}

.contact_list li .address1 {
    background: #fff url(../img/contact_icon1.png) no-repeat left center;
}

.contact_list li .call2 {
    background: #fff url(../img/contact_icon2.png) no-repeat left center;
}

.contact_list li .email3 {
    background: #fff url(../img/contact_icon3.png) no-repeat left center;
}

.contact_list li:hover span {
    background-position: -70px center;
    background-color: #cfa144;
}

.contact_list li h6 {
    margin: 14px 0;
    font-size: 14px;
    color: #222;
}

.contact_list li p {
    font-size: 14px;
    color: #333;
}

@media (max-width:767px) {
	.info input {
		width:100%;
	}
}

.banner3 {
    width: 100%;
    height: 177px;
    background: #000 url(../img/about_p1b.jpg) no-repeat center;
}

.service_item1 {
    background: #f4f4f4;
    padding: 60px;
}

.service_item1_bar {
    width: 70%;
    margin: auto;
}

.service_item1_bar ul {
    overflow: hidden;
}

.service_item1_bar ul li {
    float: left;
    width: 33%;
    text-align: center;
}

.service_item1_bar ul li a {
    display: block;
    width: 263px;
    height: 263px;
    margin: auto;
    position: relative;
    /*behavior:url(../js/ie-css3.htc);*/
}

.service_item1_bar ul li a img {
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
}

.service_item1_bar ul li a span {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    background: #cfa144;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}

.service_item1_bar ul li p {
    margin-top: 42px;
    font-size: 18px;
}

.service_item1_bar ul li:hover img {
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
}


/*瀑布流开始*/

.waterfall {
    background: #f4f4f4;
    padding: 20px 0 40px 0;
}


/*瀑布流结束*/

.form_cont {
    width: 70%;
    margin: auto;
    overflow: hidden;
}

.form_left_bar {
    float: left;
    width: 75%;
}

.form_left_bar li {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.form_left_bar .validate {
    width: 100%;
}

.form_left_bar li span {
    display: inline-block;
    *display: inline-block;
    width: 15%;
}

.form_left_bar li input {
    display: inline-block;
    *display: inline;
    width: 70%;
    height: 30px;
    border-style: none;
    border: 1px solid #ccc;
}

.form_left_bar .validate input {
    width: 40%;
}


/*
.form_left_bar li .validate {
    width: 40%;
}*/

.form_left_bar li textarea {
    display: inline-block;
    *display: inline;
    width: 70%;
    height: 120px;
    border-style: none;
    border: 1px solid #ccc;
    vertical-align: top;
    resize: none;
}

.form_left_bar li img {
    width: 26px;
    margin-left: 5px;
    vertical-align: middle;
}

.form_left_bar li .validate_pic {
    width: 122px;
    height: 32px;
}

.form_left_bar li button {
    display: inline-block;
    * display: inline-block;
    border-style: none;
    border: 1px solid #ccc;
    padding: 5px 12px;
    cursor: pointer;
    background: #191d53;
    color: #fff;
}

.form_bar p {
    float: right;
    width: 20%
}

.star_tit {
    width: 70%;
    margin: 30px auto 14px auto;
    border-bottom: 2px solid #eee;
    overflow: hidden;
}

.star_tit h1 {
    font-size: 18px;
    color: #333;
    float: left;
}

.star_tit h1 span {
    font-size: 36px;
    color: #e8e8e8;
    display: block;
}

.star_tit p {
    float: right;
    margin-top: 20px;
}

.star_tit p a {
    font-size: 12px;
}

.star_tit p a:link {
    color: #333;
}

.star_tit p a:visited {
    color: #cfa144;
}

.star_tit p a:hover {
    color: #cfa144;
}

.star_tit p a:active {
    color: #cfa144;
}

.show_cont {
    width: 70%;
    margin: 30px auto;
}

.show_cont ul {
    overflow: hidden;
}

.show_cont li {
    margin-top: 20px;
    text-align: left;
    float: left;
    width: 50%;
    *width: 49%;
}

.show_cont li h6 {
    font-size: 14px;
    color: #cfa144;
    margin-bottom: 12px;
}

.show_cont li img {
    display: block;
    width: 80%;
}

.show_cont li span {
    display: block;
    width: 60%;
    height: 1px;
    background: #ccc;
    margin-top: 12px;
}

.show_case {
    background: #f4f4f4;
    padding: 35px 0;
}

.show_case ul {
    width: 70%;
    margin: auto;
}

.show_case ul li {
    margin-bottom: 40px;
}

.show_case ul li>h6 {
    font-size: 18px;
    color: #cfa144;
    font-weight: normal;
    margin-bottom: 16px;
}

.case_cont {
    overflow: hidden;
    width: 100%;
    margin: auto;
    background: #fff;
}

.case_cont img {
    width: 20%;
    float: left;
}

.case_cont p {
    float: right;
    width: 75%;
}

.case_cont p i {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.case_cont p span {
    display: block;
    margin: 20px 20px 0 0;
}

.depend_bar {
    width: 70%;
    margin: auto;
    padding: 20px;
}

.depend_item {
    overflow: hidden;
}

.depend_item_left {
    float: left;
    width: 45%;
    text-align: center;
}

.depend_item_left h1 {
    font-size: 36px;
    font-weight: normal;
}

.depend_item_left h1 span {
    display: block;
    font-size: 30px;
    color: #cfa144;
}

.depend_item_left h5 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-top: 20px;
}

.depend_item_left h6 {
    margin: 25px;
}

.depend_item_left h6 span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20%;
    height: 1px;
    background: #ccc;
}

.depend_item_left h6 img {
    width: 36px;
    vertical-align: middle;
}

.depend_item_right {
    float: right;
    width: 45%
}

.depend_item_right a img {
    width: 100%;
}

.depend_item_right .d1 {
    width: 45%;
    float: left;
}

.depend_item_right .d2 {
    width: 45%;
    float: right;
}

.news_inner {
    width: 70%;
    margin: 20px auto 40px;
}

.news_inner h6 {
    margin: 40px 0 30px 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.news_inner h5 {
    overflow: hidden;
    width: 90%;
    margin: auto;
}

.news_inner h5 img {
    display: block;
    width: 45%;
    margin: auto;
}

.news_inner p {
    margin-top: 30px;
}

.news_inner .com_tit {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: right;
}

.news_inner .date {
    text-align: right;
    display: block;
    width: 100%;
}


/*瀑布流样式*/

.container-fluid {
    padding: 20px;
    width: 70%;
    margin: auto;
}

.box {
    margin-bottom: 20px;
    float: left;
    width: 240px;
    border: 10px solid #fff;
    position: relative;
    overflow: hidden;
}

.box img {
    width: 100%
}

.box span {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #333;
    color: #fff;
    transform: scale(0.001);
    -webkit-transform: scale(0.001);
    -moz-transform: scale(0.001);
    -ms-transform: scale(0.001);
    -o-transform: scale(0.001);
    transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.box span i {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    font-weight: normal;
}

.box span em {
    display: block;
    width: 80%;
    margin: 20px auto 0;
    font-size: 15px;
}

.box:hover span {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}


/*技防服务*/

.business_inner3_bar {
    width: 100%;
    background: #f4f4f4;
    padding: 20px 0;
}

.business_inner3 {
    width: 70%;
    margin: auto;
}

.business_inner3 h6 {}

.business_inner3 h6 span {
    display: block;
}

.business_inner3 ul {
    overflow: hidden;
    margin: 30px 0 50px 0;
}

.business_inner3 ul li {
    overflow: hidden;
    float: left;
    width: 50%;
    *width: 49%;
    margin-bottom: 20px;
}

.business_inner3 ul li i {
    float: left;
    width: 50%;
    overflow: hidden;
}

.business_inner3 ul li img {
    float: left;
    width: 30%;
    margin-left: 10%;
}

.font {
    overflow: hidden;
    width: 100%;
}

.font dl {
    float: left;
    width: 33.333%;
    text-align: left;
    margin-bottom: 30px;
}

.font dl dt {
    height: 26px;
    line-height: 26px;
}


/*董事长致辞*/

.words {
    width: 60%;
    margin: 30px auto;
    text-align: left;
    overflow: hidden;
    /*background: #eee;*/
}

.words .man {
    float: left;
}

.words .speech {
    float: right;
}

.words h1 {
    font-size: 22px;
    width: 100%;
    text-align: left;
    margin: 20px 0;
}

.words h1 span {
    display: block;
    padding-top: 12px;
}

.words p {
    width: 90%;
    margin: auto;
    font-size: 16px;
    font-weight: 600;
}

.words p span {
    font-weight: normal;
    font-size: 15px;
}

.sign {
    overflow: hidden;
    margin-top: 12px;
}

.sign span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin: 40px 10px 0 0;
}

.sign img {
    display: block;
    float: right;
}


}
